Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > FileCache Class > GetCacheItem Method : GetCacheItem<T>(String,String) Method |
public override CacheItem<T> GetCacheItem<T>( string key, string regionName )
'Declaration
Public Overloads Overrides Function GetCacheItem(Of T)( _ ByVal key As String, _ ByVal regionName As String _ ) As CacheItem(Of T)
'Usage
Dim instance As FileCache Dim key As String Dim regionName As String Dim value As CacheItem(Of T) value = instance.GetCacheItem(Of T)(key, regionName)
@Override
public <T> CacheItem<T> getCacheItem(String key, Class<?> classOfT, String regionName)
public: CacheItem<T^>^ GetCacheItemgeneric<typename T> ( String^ key, String^ regionName ) override